net/http.http2serverConn.hpackEncoder (field)

5 uses

	net/http (current package)
		h2_bundle.go#L4435: 	sc.hpackEncoder = hpack.NewEncoder(&sc.headerWriteBuf)
		h2_bundle.go#L4436: 	sc.hpackEncoder.SetMaxDynamicTableSizeLimit(conf.MaxEncoderHeaderTableSize)
		h2_bundle.go#L4596: 	hpackEncoder   *hpack.Encoder
		h2_bundle.go#L4655: 	return sc.hpackEncoder, &sc.headerWriteBuf
		h2_bundle.go#L5753: 		sc.hpackEncoder.SetMaxDynamicTableSize(s.Val)